ResourceGetSupportedLock Method |
Gets the supportedlock property value.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic LockEntry[] GetSupportedLock()
Public Function GetSupportedLock As LockEntry()
Return Value
Type:
LockEntryAn array of LockEntry, contains combinations of scope and access type which may be specified in lock request on the resource.
See Also